home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / Partition Logic 0.61 / partlogic-0.61.iso / programs / helpfiles / renice.txt < prev    next >
Text File  |  2006-01-31  |  562b  |  16 lines

  1.  
  2.  -- renice --
  3.  
  4. Change the priority level(s) of one or more processes.
  5.  
  6. Usage:
  7.   renice <priority> <process1> [process2] [...]
  8.  
  9. The 'renice' command can be used to change the priority level(s) of one or
  10. more processes.  The first parameter is the new priority level for the
  11. process(es).  Priority level can be from 0-7, with 0 being highest (real time)
  12. priority and 7 being lowest.  The second parameter (and, optionally, any
  13. number of additional parameters) is the process ID of the process to change.
  14. To see a list of running processes, use the 'ps' command.
  15.  
  16.